home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Utilities / 1TouchMac2 / Install < prev    next >
Text File  |  1999-09-16  |  667b  |  20 lines

  1. IF EXISTS env:Rep|env:Rep2|env:DRAWER
  2. delete >NIL env:rep env:Rep2 env:DRAWER
  3. ENDIF
  4. REquestchoice "Installer for OneTouchMAc" "This will copy some files in your C: directory" OK ABORT >ENV:Rep
  5. IF $Rep EQ 1
  6. Copy OneTouchMAc OneTouchMac.gc gui Gui4Cli TO C:
  7. ELSE
  8. echo "Good Bye !"
  9. EndCli
  10. ENDIF
  11. REquestchoice "Installer for OneTouchMAc" "Do you want to Copy OneTouchMAc Pref to Sys:Prefs/ ?" YES OTHER >ENV:Rep2
  12. IF $Rep2 EQ 1
  13. Copy OneTouchmac_Pref OneTouchMAc_pref.info TO sys:Prefs
  14. ELSE
  15. RequestFile DRAWERSONLY >ENV:Drawer
  16. Copy OneTouchmac_Pref OneTouchMAc_pref.info TO $DRAWER
  17. ENDIF
  18. RequestChoice "Installer for OneTouchMAc" "All Right ! OneTouchMAc is installed" OK
  19.  
  20.